Skip to main content

All Questions

Tagged with
0votes
1answer
30views

HELP PLEASE PHP slider css

I converted a html file to php to upload in a hosting site. However, I have this slider that already came with the template I used. The background image doesn´t show in php, but it does in html. This ...
Karyme's user avatar
0votes
1answer
61views

Displaying images outside the content

I am trying to achieve to following design: This is what I got so far: I'd like to have the bottom images as in my design example. This is, how my single.php looks like. I just can't find a solution ...
Marzii's user avatar
2votes
2answers
1kviews

Get different images for mobile and desktop with php, advanced custom fields without using js and ajax

I hope everyone is well! I am looking for a possibility to load different galleries, background images etc for the phone and desktop. For example, I set my hero background image like this: <...
iuriiGav's user avatar
0votes
1answer
2kviews

I have a background-image in css file but don't show in site.how to fix this prblm. i sent screenshot. thx

lock at the pic dont show the background-image. i try this but not working.... background-image: url("/assets/Logo.png"); how can i fix this prblm. plz give me the solution. Thx.
Ali hussain's user avatar
0votes
1answer
85views

How to include different html tags in the header for different pages?

I am changing the banner in the header based on the page id: if(is_page(14) or is_page(16)) { $class_name='bannerExp'; } if(is_page(18) or is_page(52) or is_page(22) or is_page(20)) { $...
Vanina Yordanova's user avatar
0votes
1answer
308views

Clickable image link sends people to wrong URL

On my website www.wilsonstransportation.com, on the header of our custome theme page, we have a "Get a Quote" image on the right hand side. When you click it, it is taking people to http://...
user34597's user avatar
0votes
1answer
172views

Changing 2011 theme header image based on user dropdown

I posted earlier about changing my site's CSS based on user-choice from a drop-down and storing it in a cookie, which I think I have now resolved, and sort-of have working at the following address ...
Vixxd's user avatar
1vote
1answer
3kviews

How to scale image with equal width and height without distortion?

I have a section on my frontpage that querys through recent posts and grabs the title and thumbnail of each. In my functions.php, I've specified a width and height for the thumbnail using: ...
Romes's user avatar
0votes
1answer
4kviews

CSS images don't show up with bloginfo

I'm new to WP and PHP and I'm trying to convert my 'old' HTML theme into a WP theme. I created my index.php page and linked it to the style.css. I have some images in the css and, from what I've read, ...
Radu's user avatar

close